home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol E-12 / Vol E-12.iso / games / barbie / barbie_l.swf / scripts / frame_7 / PlaceObject2_70_44 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2012-05-21  |  1KB  |  80 lines

  1. onClipEvent(load){
  2.    function whattodo(num)
  3.    {
  4.       if(num == 1)
  5.       {
  6.          trace("outer wall");
  7.       }
  8.       if(num == 2)
  9.       {
  10.          trace("inner wall");
  11.       }
  12.       if(num == 3)
  13.       {
  14.       }
  15.       if(num == 4)
  16.       {
  17.       }
  18.       if(num == 5)
  19.       {
  20.       }
  21.       if(num == 6)
  22.       {
  23.       }
  24.       if(num == 7)
  25.       {
  26.       }
  27.       if(num == 8)
  28.       {
  29.       }
  30.       if(num == 9)
  31.       {
  32.          trace("starting position");
  33.       }
  34.       if(num == 10)
  35.       {
  36.          trace("normal space");
  37.       }
  38.       if(num == 11)
  39.       {
  40.          if(_root.flower == 0)
  41.          {
  42.             _root.flower = 1;
  43.          }
  44.       }
  45.       if(num == 12)
  46.       {
  47.       }
  48.       if(num == 13)
  49.       {
  50.       }
  51.       if(num == 14)
  52.       {
  53.       }
  54.       if(num == 15)
  55.       {
  56.          if(_root.flower == 2)
  57.          {
  58.             _root.life = 1;
  59.             _root.fade.countdown = 100;
  60.             _root.fadeout = 1;
  61.          }
  62.       }
  63.       if(num == 16)
  64.       {
  65.       }
  66.       if(num == 17)
  67.       {
  68.       }
  69.       if(num == 18)
  70.       {
  71.       }
  72.       if(num == 19)
  73.       {
  74.       }
  75.       if(num == 20)
  76.       {
  77.       }
  78.    }
  79. }
  80.